auto merge of #575 : mbrubeck/cargo/sleep, r=alexcrichton
authorbors <bors@rust-lang.org>
Sat, 13 Sep 2014 16:28:49 +0000 (16:28 +0000)
committerbors <bors@rust-lang.org>
Sat, 13 Sep 2014 16:28:49 +0000 (16:28 +0000)
commit3f6af3dcfa1875990a27aae377836a9c6541e1e6
tree37ff711cc6abee3e8a654acea7a11437742220f8
parent287abd87d2251d7564016aeea6c82c9a6de74c27
parent2e0ba67704f4260b9c1c87735868fc570ca6ce31
auto merge of #575 : mbrubeck/cargo/sleep, r=alexcrichton

Travis is showing intermittent failures in `test_cargo_compile_path_deps::path_dep_build_cmd` and `test_cargo_compile_git_deps::git_dep_build_cmd` (added in #561 and #563).

I haven't managed to reproduce these failures locally, but I suspect the tests are timing-sensitive.  This tries to fix the failure by sleeping for a second between the two operations.